home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TF_REPLACE / TF_REPLACE.txt
Text File  |  2002-07-04  |  2KB  |  120 lines

  1. object F_replace: TF_replace
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Replace'
  6.   ClientHeight = 183
  7.   ClientWidth = 318
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 56
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = '&Text to find:'
  23.     FocusControl = E_find
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 48
  28.     Width = 65
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = '&Replace with:'
  32.   end
  33.   object E_find: TEdit
  34.     Left = 88
  35.     Top = 12
  36.     Width = 217
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 16
  42.     Top = 80
  43.     Width = 161
  44.     Height = 57
  45.     Caption = 'Option '
  46.     TabOrder = 2
  47.     object CBcase: TCheckBox
  48.       Left = 8
  49.       Top = 16
  50.       Width = 145
  51.       Height = 17
  52.       Caption = '&Case sensitive'
  53.       TabOrder = 0
  54.     end
  55.     object CBprompt: TCheckBox
  56.       Left = 8
  57.       Top = 34
  58.       Width = 145
  59.       Height = 17
  60.       Caption = '&Prompt on replace'
  61.       TabOrder = 1
  62.     end
  63.   end
  64.   object RGdirection: TRadioGroup
  65.     Left = 184
  66.     Top = 80
  67.     Width = 121
  68.     Height = 57
  69.     Caption = 'Direction'
  70.     ItemIndex = 0
  71.     Items.Strings = (
  72.       '&Forward'
  73.       '&Backward')
  74.     TabOrder = 3
  75.   end
  76.   object BtnOk: TButton
  77.     Left = 48
  78.     Top = 152
  79.     Width = 75
  80.     Height = 23
  81.     Caption = 'Ok'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 4
  85.     OnClick = BtnOkClick
  86.   end
  87.   object Button2: TButton
  88.     Left = 232
  89.     Top = 152
  90.     Width = 75
  91.     Height = 23
  92.     Cancel = True
  93.     Caption = 'Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 6
  96.   end
  97.   object E_replace: TEdit
  98.     Left = 88
  99.     Top = 44
  100.     Width = 217
  101.     Height = 21
  102.     TabOrder = 1
  103.   end
  104.   object BtnAll: TButton
  105.     Left = 136
  106.     Top = 152
  107.     Width = 89
  108.     Height = 23
  109.     Caption = 'Replace &All'
  110.     ModalResult = 8
  111.     TabOrder = 5
  112.     OnClick = BtnOkClick
  113.   end
  114.   object Language: TLanguage
  115.     LangCenter = DM_Language.LangCenter
  116.     Left = 8
  117.     Top = 152
  118.   end
  119. end
  120.